/* Stylesheet KÄLIN POWER */

/* LAYOUT */
body 
{
	border-top: 5px solid #CC9900;
	background: #333333;
	font-family:'Roboto', sans-serif;
	color: #FFCC33;
}

/* FARBEN
#333333 Gray 20
#999999 Gray 60
#CCCCCC Gray 80
#CC9900 Gelb dunkel
#FFCC33 Gelb hell

#f3f0e1	pastel or
#d7e2e1 pastel gr
#5b6163 pastel gl
*/

/* KOPF*/
header
{
	position:relative;
	width:auto;
	max-width:900px;
	margin: 0 auto 20px auto;
}
header h1
{
	margin: 35px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 55px;
	color: #FFCC33; 
}
header p
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #CC9900;
	/*margin-left:132px;*/
}

/* MENÜ */
nav
{
	position:absolute;
	right:0;
	top: 150px;
	bottom:0;
}
nav ul 
{
	list-style:none;
}
nav ul li
{
	display:block;
	float:left;
	padding:3px 15px;
}
nav ul li a
{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	/*font-weight: bold; */
	color: #FFCC33; 
	text-transform: uppercase;
	/*transition: all .25s ease;*/
}
nav ul li a:hover
{
	border-bottom: 2px solid #FFCC33;
	padding-bottom: 5px;
	color: #FFCC33;
}

/* BILDER */
#slider_content1, #slider_content2, #slider_content3
{
	line-height:25px;
	font-family:'Roboto', sans-serif;
	width:350px;
	position:absolute;
	top:15%;
	left:15%;
	display:none;
	z-index:11;
}

#slider_content1
{
	display:block;
}

.container
{
	width:auto;
	margin:120px auto 0 auto;
	position:relative;
}
.hidden
{
	display: none
}

/* Slider - Text */
#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
	color:#CC9900;
	font-size:18px;
	/*font-weight:bold;*/
	margin-bottom:2px;
	background-color: #FFCC33;
	padding:2px 2px;
	border-radius:3px 3px;
	display:inline-block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
	margin:0 0 30px 0;
	color:#CC9900;
	background-color:#FFCC33;
	padding:2px 2px;
	border-radius:5px;
}

/* TRENNUNG */
#spacer
{
	width:auto;
	height:70px;
	background-color:#CC9900;
	position:relative;
	font-family: 'Roboto', sans-serif;
	color:#FFCC33;
	font-size:18px;
}
#spacer p
{
	margin-top:22px;
	width:auto;
	position:absolute;
	left:50%;
	margin-left:-450px;
}
#spacer .search
{
	margin-top:15px;
	width:auto;
	position:absolute;
	right:50%;
	margin-right:-480px;
}
#spacer .hidden
{
	display: none
}

/* INHALT */
#kompetenzen, #kontakt
{
	width:auto;
	max-width:900px;
	font-size:24px;
	margin:0 auto;
	/*padding:70px 0 100px 0;*/
}
#kompetenzen article, #kontakt article
{
	float:left;
	width:250px;
	margin-right:45px;
	font-size:14px;
	padding-bottom: 70px;
}
#kompetenzen h2, #kontakt h2
{
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	color: #CC9900;
	border-bottom: 2px solid #CC9900;
	/*padding-bottom: 5px;*/
	
	padding:30px 0 20px 0;
}
#kompetenzen article h3, #kontakt article h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #FFCC33; 
	text-transform: uppercase;
	margin: 40px auto 10px 75px;
	/*margin-bottom:10px;
	margin-left:75px;*/
}
#kompetenzen article img, #kontakt article img
{
	float:left;
	margin-top: 40px;
	border-radius:3px 3px 3px 3px;
	background: #CC9900;
}
#kompetenzen article p, #kontakt article p
{
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	color: #CC9900;
	margin-left: 75px;
}

#kompetenzen article p a:hover, #kontakt article p a:hover
{
	border-bottom: 2px solid #FFCC33;
	padding-bottom: 5px;
	color: #FFCC33;
}


/* FUSS */
footer
{
	position:relative;
	clear:both;
	width:auto;
	/*max-width: 900px;*/
	/*height:80px;*/

	border-top: 5px solid #CC9900;
	

	/*left:50%;
	margin-left:0px;*/
	
}
footer article
{
	float:left;
	width:650px;
	/*margin-right:5px;*/
	/*margin-left:330px;*/
	font-size:14px;

	/*line-height:25px;*/
	/*margin: 0 auto;
	/*padding-top:30px;*/
	padding-bottom: 20px;
	/*width:auto;
	max-width:900px;
	font-size:14px;*/
	color: #CC9900;
}
footer .hidden
{
	display: none
}
footer p
{
	margin-left:280px;
}
footer a
{
	/*color: #FFCC33;*/
}
footer a:hover
{
	border-bottom: 2px solid #FFCC33;
	padding-bottom: 5px;
	color: #FFCC33;
}


/* Button "Nach oben" */
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #CC9900;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {background-color: rgba(0, 0, 0, 0.6); border-bottom: 0; padding: 1em;}

/* Eingabefelder */
input
{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	padding: 7px;
	outline: 0;
	border:0;
	width:250px;
	background: #FFCC33; /*#EBE8DE;*/
	color: #CC9900;
	border-radius:5px;
}
input[type=submit]
{
	width:auto;
	padding: 5px 18px;
	line-height:25px;
	text-shadow:none;
	cursor:pointer;
	box-shadow: none;
	background: #333333;
	color: #FFCC33;
}
/* Text (Paragraph, Absatz) */
p
{
	margin: 5px 0;
	line-height: 25px;
}
a
{
	text-decoration: none;
	color: inherit;
	transition: color .5s ease;
}
strong
{
	font-weight: bold;
}